home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / cmdexit.men < prev    next >
Encoding:
Text File  |  1994-01-31  |  238 b   |  10 lines

  1. menubegin exitmenu
  2.     title "終了"
  3.     size 240 56
  4.     button [
  5.         [ locate 16 20 string "ARTemis を終了させますか?" ]
  6.         [ locate 73 36 string boxed "OK" id itemDoExit ]
  7.         [ locate 127 36 string boxed "取消" id itemCancel ]
  8.     ]
  9. menuend
  10.